home *** CD-ROM | disk | FTP | other *** search
- Path: comma.rhein.de!serpens!not-for-mail
- From: mlelstv@serpens.rhein.de (Michael van Elst)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: BitMap problem
- Date: 17 Apr 1996 09:35:12 +0200
- Organization: dis-
- Message-ID: <4l26vg$cbu@serpens.rhein.de>
- References: <Pine.LNX.3.91.960415142638.3721A-100000@mix.hsv.no> <4l1afm$ioo@sinsen.sn.no>
- NNTP-Posting-Host: serpens.rhein.de
-
- ilan@sn.no (Ilan Sharoni) writes:
-
- >>RectFill() The rendering MUST NOT go outside the bitmap, or else you
-
- >RectFill(0,0,bitmap_width,bitmap_height) - is this too big?
-
- It is WRONG. RectFill does not take size arguments, it takes the coords
- of the top left and bottom right pixel of the rectangle. You must use:
-
- RectFill(rp, 0,0, bitmap_width-1,bitmap_height-1);
-
- --
- Michael van Elst
-
- Internet: mlelstv@serpens.rhein.de
- "A potential Snark may lurk in every tree."
-